aboutsummaryrefslogtreecommitdiffstats
path: root/test/two_byte.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/two_byte.md')
-rw-r--r--test/two_byte.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/two_byte.md b/test/two_byte.md
new file mode 100644
index 0000000..ad71609
--- /dev/null
+++ b/test/two_byte.md
@@ -0,0 +1,13 @@
+0x00 "zero byte"
+0x01 if ( 0x00 )
+ "first byte"
+0x0a "second byte"
+0x3 "third byte"
+0x04 if (0x01)
+ "array"
+
+0x2 - 0x3 if ( 0x12 )
+"if array"
+
+0x2 if ( & 0x12 )
+"if array" \ No newline at end of file