catala/examples/droit_successions
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 Typecheck and fix the inheritance tax example 2021-05-31 16:59:43 +02:00
droit_successions.catala_fr Updated all examples with input/output decorations [skip ci] 2022-02-07 18:18:23 +01:00
Makefile Beginning of succession law 2021-05-31 16:26:41 +02:00