catala/examples/allocations_familiales
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 feat(build): add the generation of json schemas to the build workflow 2022-07-29 18:47:42 +02:00
allocations_familiales.catala_fr Prettify family benefits 2022-05-05 14:00:44 +02:00
autres_codes.catala_fr Ajout non cumul prestations familiales 2021-11-26 16:51:25 +01:00
decrets_divers.catala_fr Fix all lines too long problems & update assets 2022-08-29 15:46:06 +02:00
dune Fix relative dir in french_law artifacts ; add a note in examples/README.md 2022-08-04 17:36:50 +02:00
epilogue.catala_fr Remove age prompts, deduct from birth date correctly 2022-08-16 11:08:13 +02:00
Makefile Lots of documentation 2020-12-21 16:02:00 +01:00
prologue.catala_fr Remove age prompts, deduct from birth date correctly 2022-08-16 11:08:13 +02:00
securite_sociale_D.catala_fr Fix all lines too long problems & update assets 2022-08-29 15:46:06 +02:00
securite_sociale_L.catala_fr Fix all lines too long problems & update assets 2022-08-29 15:46:06 +02:00
securite_sociale_R.catala_fr Fix all lines too long problems & update assets 2022-08-29 15:46:06 +02:00