ユニットテストを修正
[YACASL2.git] / test / unit / getint / 0.txt
diff --git a/test/unit/getint/0.txt b/test/unit/getint/0.txt
new file mode 100644 (file)
index 0000000..c3db13f
--- /dev/null
@@ -0,0 +1,13 @@
+0      0x0000
+01     0x0001
+1a     0x0000  Error - 114     1a: not integer
+-5G    0x0000  Error - 114     -5G: not integer
+123    0x007b
+32767  0x7fff
+32768  0x0000
+32769  0x0001
+-1     0xffff
+-2345  0xf6d7
+-32768 0x8000
+-32769 0xffff
+-32770 0xfffe