catala/examples/polish_taxes
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
..
podatek_od_czynnosci_cywilnoprawnych Fix all lines too long problems & update assets 2022-08-29 15:46:06 +02:00
tests Turn all existing tests to inline tests 2022-09-23 14:45:10 +02:00
.gitignore add beginning of polish civil law tax 2021-05-08 17:38:52 +02:00
Makefile swap english -> polish 2021-05-09 23:06:59 +02:00
polish_taxes.catala_pl Update to new syntax 2021-05-15 16:28:14 +02:00