catala/tests/test_struct/good
Louis Gesbert 0ab7a0f9ce Turn all existing tests to inline tests
Done using
```bash
process() { FILE=$1; awk 'match($0, /^```catala-test *{ *id *= *"(.*)" *}/, a) {print "```catala-test-inline"; f="'"$(dirname $FILE)/output/$(basename $FILE)"'." a[1]; getline; print "$ " $0; while ((getline<f) > 0) print; next} {print}' $FILE >$FILE.new; mv $FILE.new $FILE; }
for f in tests/test_*/*/*.catala_* examples/**/*.catala_*; do process $f; git add $f; done
for d in $(find -name output -type d); do git rm -r $d; done
```
2022-09-23 14:45:10 +02:00
..
nested3.catala_en Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
same_name_fields.catala_en Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
simple.catala_en Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00