1
0
mirror of https://github.com/mgcaret/of816.git synced 2026-04-20 22:16:34 +00:00

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
View File
@@ -0,0 +1,4 @@
testing 7.3.7 Flag constants
t{ false -> 0 }t
t{ true -> 0 invert }t
+5 -1
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