catala/examples/NSW_community_gaming
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
..
tests Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
.gitignore Some modifcations 2021-11-06 21:58:01 +01:00
Makefile Checking in files from Aida 2021-11-06 21:43:30 +01:00
nsw_art_union.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_charity_housie.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_club_bingo.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_draw_lottery.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_no_draw_lottery.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_progressive_lottery.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00
nsw_social_housie.catala_en Really fix tests and programs 2022-08-30 14:46:51 +02:00