add tests for section 7.3.7

This commit is contained in:
mgcaret 2020-01-05 15:38:56 -08:00
parent bc7c95bb7b
commit 5eacf0b3f4
2 changed files with 9 additions and 1 deletions

4
test/7.3.7.fs Normal file
View File

@ -0,0 +1,4 @@
testing 7.3.7 Flag constants
t{ false -> 0 }t
t{ true -> 0 invert }t

View File

@ -38,4 +38,8 @@
load:
- tester.fs
- test-utils.fs
- 7.3.6.fs
- 7.3.6.fs
- name: 7.3.7 Flag constants
load:
- tester.fs
- 7.3.7.fs