Idris2/tests/ideMode/ideMode005
2021-05-20 12:56:25 +01:00
..
Ambiguity.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
Case.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
dummy.ipkg Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected1 [ test ] case for the fix 2021-05-17 22:27:28 +01:00
expected2 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
expected3 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected4 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected5 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected6 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
expected7 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
expected8 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expected9 [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
expectedA [ breaking ] making toList part of Foldable (#1395) 2021-05-11 08:26:00 +01:00
expectedB Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expectedC Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expectedD Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
expectedE [ fix ] highlighting of tuples 2021-05-14 13:47:35 +01:00
expectedF [ fix ] highlighting of tuples 2021-05-14 13:47:35 +01:00
expectedG [ test ] case for the fix 2021-05-17 22:27:28 +01:00
expectedH [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
Implementation.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input1 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input2 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input3 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input4 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input5 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input6 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input7 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input8 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
input9 Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
inputA Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
inputB Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
inputC Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
inputD Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
inputE [ fix ] record projections 2021-05-14 13:47:35 +01:00
inputF [ fix ] highlighting of tuples 2021-05-14 13:47:35 +01:00
inputG [ test ] case for the fix 2021-05-17 22:27:28 +01:00
inputH [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
Interface.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
LetBinders.idr [ test ] case for the fix 2021-05-17 22:27:28 +01:00
Rainbow.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
Ranges.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
README.md Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
RecordProjections.idr [ fix ] record projections 2021-05-14 13:47:35 +01:00
RecordUpdate.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
regenerate [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
Rewrite.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
run [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
SimpleData.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
SnocRainbow.idr [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
StringLiterals.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
Syntax.idr [ test ] case for the fix 2021-05-17 22:27:28 +01:00
Tuples.idr [ fix ] highlighting of tuples 2021-05-14 13:47:35 +01:00
With.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00
WithApp.idr Semantic highlighting (#1335) 2021-05-10 09:05:43 +01:00

README

Structure of this test

This test case is a bit special because of the big output generated by the various test cases. Instead of having a single pair of expected and output files, we use one pair per test file.

The diffs for each pair is then appended to the main output file. So the expected file is empty and should stay empty.

How to fix this test?

Run ./regenerate PATH/TO/IDRIS2