テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / err_123 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_123: Test Success 2010-12-14 01:13:07
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_123/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_123.casl
10 ../../../../casl2 ../../../../as/err/err_123.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN     START
16          OUT    BUF,LEN
17          RET
18 BUF      DC     'Hello, World!
19 LEN      DC     13
20          END
21 Assemble error - 123: unclosed quote
22 ../../../../as/err/err_123.casl:    4:BUF      DC     'Hello, World!
23 ----------------------------------------------------------------------
24
25 == err.txt ==
26 ----------------------------------------------------------------------
27 Assemble error - 123: unclosed quote
28 ../../../../as/err/err_123.casl:    4:BUF      DC     'Hello, World!
29 ----------------------------------------------------------------------
30
31 == 1.txt ==
32 ----------------------------------------------------------------------
33 MAIN     START
34          OUT    BUF,LEN
35          RET
36 BUF      DC     'Hello, World!
37 LEN      DC     13
38          END
39 Assemble error - 123: unclosed quote
40 ../../../../as/err/err_123.casl:    4:BUF      DC     'Hello, World!
41 ----------------------------------------------------------------------
42