Skip to content

Commit 6c62586

Browse files
committed
fix(amber)
closes #12737
1 parent 3011593 commit 6c62586

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

projects/amber-lang.com/package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ test:
3737
- run: cat $FIXTURE >test.ab
3838
fixture:
3939
extname: ab
40-
content: |
41-
echo ((12 + 34) * 9) % 4
40+
content: echo(((12 + 34) * 9) % 4)
4241
- test "$(amber test.ab)" = 2
43-
- test "$(pkgx test.ab)" = 2
42+
- test "$(pkgx --sync test.ab)" = 2
4443
- run: amber test.ab test.sh
4544
if: <0.4
4645
- run: amber build test.ab

0 commit comments

Comments
 (0)