Update assets

This commit is contained in:
Denis Merigoux 2023-03-31 15:34:33 +02:00
parent 0057afc623
commit 5673708f36
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
4 changed files with 144839 additions and 154924 deletions

262093
french_law/js/french_law.js generated

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,6 @@ declaration scope Foo2:
```catala-test-inline ```catala-test-inline
$ catala Scalc -s Foo2 -O -t $ catala Scalc -s Foo2 -O -t
[WARNING] The variable "bar" is declared but never defined in scope "Foo2"
┌─⯈ tests/test_scope/good/nothing.catala_en:5.9-12:
└─┐
5 │ output bar content integer
│ ‾‾‾
└─ Test
let Foo2_3 (Foo2_in_2: Foo2_in {}) = let Foo2_3 (Foo2_in_2: Foo2_in {}) =
decl temp_bar_4 : any; decl temp_bar_4 : any;
temp_bar_4 = dead_value_1; temp_bar_4 = dead_value_1;