catala/tests/test_enum/bad
Louis Gesbert 2e5050481d Register all existing tests through the new engine
I removed the '.out' extension for now to preserve the test output file names and avoid a million file renames.

This makes the patch easier to read, and we can do the rename easily in another patch afterwards, without mixing with semantic changes.

(beautiful script àlarrache:
```bash
for f in */*/output/*; do
  target_base=${f##*/}
  target_base=${target_base%%.*}
  echo $f | awk -F. '{
    f=$1"."$2; if ($4 == "") { mode=$3; id=$3 } else { scope="-s "$3; mode=$4; id=$3"."$4}
    printf "\n```catala-test {id=\"%s\"}\ncatala %s %s\n```\n",id,mode,scope;
  }' >> $(dirname $f)/../${target_base}.*; done
```
2022-07-08 17:06:20 +02:00
..
output Merge branch 'master' into c_backend 2022-04-04 18:02:33 +02:00
ambiguous_cases.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
ambiguous_wildcard.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
duplicate_case.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
empty.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
missing_case.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
not_ending_wildcard.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
quick_pattern_2.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
quick_pattern_3.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
quick_pattern_4.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
quick_pattern_fail.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
too_many_cases.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00
useless_wildcard.catala_en Register all existing tests through the new engine 2022-07-08 17:06:20 +02:00