-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f96e4d9
commit 770c880
Showing
7 changed files
with
220 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
src/core/e2e_tests/goldens/building_zoo.dat → src/core/test_utils/goldens/building_zoo.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
src/core/e2e_tests/goldens/entity_zoo.dat → src/core/test_utils/goldens/entity_zoo.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
int fbz_n=0 | ||
int fbz_m=0 | ||
int fbz_lock=0 | ||
int fbz_three=0 | ||
int fbz_five=0 | ||
string fbz_msgFizz="Fizz" | ||
string fbz_msgBuzz="Buzz" | ||
string fbz_msgFizzBuzz="Fizz Buzz" | ||
when(enter:1,1)[fbz_lock+=1] | ||
when(fbz_lock==1)[t0] | ||
t0::; | ||
pan:fbz_three,fbz_five; | ||
fbz_n+=1; | ||
fbz_m=0; | ||
fbz_three+=1; | ||
((fbz_three==3))fbz_m=1; | ||
((fbz_three>=3))fbz_three-=3; | ||
fbz_five+=1; | ||
((fbz_five==5))fbz_m+=2; | ||
((fbz_five>=5))fbz_five-=5; | ||
((fbz_m==1))msg:fbz_msgFizz; | ||
((fbz_m==2))msg:fbz_msgBuzz; | ||
((fbz_m==3))msg:fbz_msgFizzBuzz; | ||
fbz_lock=0; |
4 changes: 3 additions & 1 deletion
4
src/core/e2e_tests/goldens/mvp.dat → src/core/test_utils/goldens/mvp.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters