diff --git a/test/005_alignment_single_line_hlvt.txt b/test/005_alignment_single_line_hlvt.txt new file mode 100644 index 0000000..71f8aad --- /dev/null +++ b/test/005_alignment_single_line_hlvt.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hlvt +:INPUT +foo +:EXPECTED +/*************/ +/* foo */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/006_alignment_single_line_hlvc.txt b/test/006_alignment_single_line_hlvc.txt new file mode 100644 index 0000000..266ae4d --- /dev/null +++ b/test/006_alignment_single_line_hlvc.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hlvc +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/007_alignment_single_line_hlvb.txt b/test/007_alignment_single_line_hlvb.txt new file mode 100644 index 0000000..bc2d6ab --- /dev/null +++ b/test/007_alignment_single_line_hlvb.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hlvb +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* */ +/* foo */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/008_alignment_single_line_hcvt.txt b/test/008_alignment_single_line_hcvt.txt new file mode 100644 index 0000000..3781146 --- /dev/null +++ b/test/008_alignment_single_line_hcvt.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hcvt +:INPUT +foo +:EXPECTED +/*************/ +/* foo */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/009_alignment_single_line_hcvc.txt b/test/009_alignment_single_line_hcvc.txt new file mode 100644 index 0000000..9da835d --- /dev/null +++ b/test/009_alignment_single_line_hcvc.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hcvc +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/010_alignment_single_line_hcvb.txt b/test/010_alignment_single_line_hcvb.txt new file mode 100644 index 0000000..2474f3d --- /dev/null +++ b/test/010_alignment_single_line_hcvb.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hcvb +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* */ +/* foo */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/011_alignment_single_line_hrvt.txt b/test/011_alignment_single_line_hrvt.txt new file mode 100644 index 0000000..47866ca --- /dev/null +++ b/test/011_alignment_single_line_hrvt.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hrvt +:INPUT +foo +:EXPECTED +/*************/ +/* foo */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/012_alignment_single_line_hrvc.txt b/test/012_alignment_single_line_hrvc.txt new file mode 100644 index 0000000..65c6b44 --- /dev/null +++ b/test/012_alignment_single_line_hrvc.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hrvc +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/013_alignment_single_line_hrvb.txt b/test/013_alignment_single_line_hrvb.txt new file mode 100644 index 0000000..a295f1a --- /dev/null +++ b/test/013_alignment_single_line_hrvb.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a hrvb +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* */ +/* foo */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/014_alignment_single_line_l.txt b/test/014_alignment_single_line_l.txt new file mode 100644 index 0000000..47ade1c --- /dev/null +++ b/test/014_alignment_single_line_l.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a l +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/015_alignment_single_line_c.txt b/test/015_alignment_single_line_c.txt new file mode 100644 index 0000000..55f1253 --- /dev/null +++ b/test/015_alignment_single_line_c.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a c +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/016_alignment_single_line_r.txt b/test/016_alignment_single_line_r.txt new file mode 100644 index 0000000..1a7f543 --- /dev/null +++ b/test/016_alignment_single_line_r.txt @@ -0,0 +1,11 @@ +:ARGS +-s 15x5 -a r +:INPUT +foo +:EXPECTED +/*************/ +/* */ +/* foo */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/017_alignment_multiline_hlvtjl.txt b/test/017_alignment_multiline_hlvtjl.txt new file mode 100644 index 0000000..eb65750 --- /dev/null +++ b/test/017_alignment_multiline_hlvtjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvtjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/018_alignment_multiline_hlvtjc.txt b/test/018_alignment_multiline_hlvtjc.txt new file mode 100644 index 0000000..3ca94b2 --- /dev/null +++ b/test/018_alignment_multiline_hlvtjc.txt @@ -0,0 +1,16 @@ +The row of 'b's shows how position is rounded down if necessary. +:ARGS +-s 15x7 -a hlvtjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/019_alignment_multiline_hlvtjr.txt b/test/019_alignment_multiline_hlvtjr.txt new file mode 100644 index 0000000..e7fbc8d --- /dev/null +++ b/test/019_alignment_multiline_hlvtjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvtjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/020_alignment_multiline_hlvcjl.txt b/test/020_alignment_multiline_hlvcjl.txt new file mode 100644 index 0000000..527edbe --- /dev/null +++ b/test/020_alignment_multiline_hlvcjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvcjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/021_alignment_multiline_hlvcjc.txt b/test/021_alignment_multiline_hlvcjc.txt new file mode 100644 index 0000000..c7c7928 --- /dev/null +++ b/test/021_alignment_multiline_hlvcjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvcjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/022_alignment_multiline_hlvcjr.txt b/test/022_alignment_multiline_hlvcjr.txt new file mode 100644 index 0000000..3d86018 --- /dev/null +++ b/test/022_alignment_multiline_hlvcjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvcjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/023_alignment_multiline_hlvbjl.txt b/test/023_alignment_multiline_hlvbjl.txt new file mode 100644 index 0000000..045216d --- /dev/null +++ b/test/023_alignment_multiline_hlvbjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvbjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/024_alignment_multiline_hlvbjc.txt b/test/024_alignment_multiline_hlvbjc.txt new file mode 100644 index 0000000..ab0dc99 --- /dev/null +++ b/test/024_alignment_multiline_hlvbjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvbjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/025_alignment_multiline_hlvbjr.txt b/test/025_alignment_multiline_hlvbjr.txt new file mode 100644 index 0000000..b1e73d3 --- /dev/null +++ b/test/025_alignment_multiline_hlvbjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hlvbjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/026_alignment_multiline_hcvtjl.txt b/test/026_alignment_multiline_hcvtjl.txt new file mode 100644 index 0000000..278ebd7 --- /dev/null +++ b/test/026_alignment_multiline_hcvtjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvtjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/027_alignment_multiline_hcvtjc.txt b/test/027_alignment_multiline_hcvtjc.txt new file mode 100644 index 0000000..af51645 --- /dev/null +++ b/test/027_alignment_multiline_hcvtjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvtjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/028_alignment_multiline_hcvtjr.txt b/test/028_alignment_multiline_hcvtjr.txt new file mode 100644 index 0000000..b1def7d --- /dev/null +++ b/test/028_alignment_multiline_hcvtjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvtjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/029_alignment_multiline_hcvcjl.txt b/test/029_alignment_multiline_hcvcjl.txt new file mode 100644 index 0000000..c45dd91 --- /dev/null +++ b/test/029_alignment_multiline_hcvcjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvcjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/030_alignment_multiline_hcvcjc.txt b/test/030_alignment_multiline_hcvcjc.txt new file mode 100644 index 0000000..ae1d218 --- /dev/null +++ b/test/030_alignment_multiline_hcvcjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvcjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/031_alignment_multiline_hcvcjr.txt b/test/031_alignment_multiline_hcvcjr.txt new file mode 100644 index 0000000..e1ff00d --- /dev/null +++ b/test/031_alignment_multiline_hcvcjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvcjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/032_alignment_multiline_hcvbjl.txt b/test/032_alignment_multiline_hcvbjl.txt new file mode 100644 index 0000000..030a022 --- /dev/null +++ b/test/032_alignment_multiline_hcvbjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvbjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/033_alignment_multiline_hcvbjc.txt b/test/033_alignment_multiline_hcvbjc.txt new file mode 100644 index 0000000..efd378b --- /dev/null +++ b/test/033_alignment_multiline_hcvbjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvbjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/034_alignment_multiline_hcvbjr.txt b/test/034_alignment_multiline_hcvbjr.txt new file mode 100644 index 0000000..bd3ab1b --- /dev/null +++ b/test/034_alignment_multiline_hcvbjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hcvbjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/035_alignment_multiline_hrvtjl.txt b/test/035_alignment_multiline_hrvtjl.txt new file mode 100644 index 0000000..4cac1cd --- /dev/null +++ b/test/035_alignment_multiline_hrvtjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvtjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/036_alignment_multiline_hrvtjc.txt b/test/036_alignment_multiline_hrvtjc.txt new file mode 100644 index 0000000..2a7deee --- /dev/null +++ b/test/036_alignment_multiline_hrvtjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvtjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/037_alignment_multiline_hrvtjr.txt b/test/037_alignment_multiline_hrvtjr.txt new file mode 100644 index 0000000..4c5a33c --- /dev/null +++ b/test/037_alignment_multiline_hrvtjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvtjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/038_alignment_multiline_hrvcjl.txt b/test/038_alignment_multiline_hrvcjl.txt new file mode 100644 index 0000000..87428dc --- /dev/null +++ b/test/038_alignment_multiline_hrvcjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvcjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/039_alignment_multiline_hrvcjc.txt b/test/039_alignment_multiline_hrvcjc.txt new file mode 100644 index 0000000..917fc8a --- /dev/null +++ b/test/039_alignment_multiline_hrvcjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvcjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/040_alignment_multiline_hrvcjr.txt b/test/040_alignment_multiline_hrvcjr.txt new file mode 100644 index 0000000..39aae9d --- /dev/null +++ b/test/040_alignment_multiline_hrvcjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvcjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/041_alignment_multiline_hrvbjl.txt b/test/041_alignment_multiline_hrvbjl.txt new file mode 100644 index 0000000..d9bd217 --- /dev/null +++ b/test/041_alignment_multiline_hrvbjl.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvbjl +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/042_alignment_multiline_hrvbjc.txt b/test/042_alignment_multiline_hrvbjc.txt new file mode 100644 index 0000000..54b6b12 --- /dev/null +++ b/test/042_alignment_multiline_hrvbjc.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvbjc +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/043_alignment_multiline_hrvbjr.txt b/test/043_alignment_multiline_hrvbjr.txt new file mode 100644 index 0000000..d1b526a --- /dev/null +++ b/test/043_alignment_multiline_hrvbjr.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a hrvbjr +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/044_alignment_multiline_l.txt b/test/044_alignment_multiline_l.txt new file mode 100644 index 0000000..659f7d5 --- /dev/null +++ b/test/044_alignment_multiline_l.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a l +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/045_alignment_multiline_c.txt b/test/045_alignment_multiline_c.txt new file mode 100644 index 0000000..3dba16f --- /dev/null +++ b/test/045_alignment_multiline_c.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a c +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/046_alignment_multiline_r.txt b/test/046_alignment_multiline_r.txt new file mode 100644 index 0000000..26cec05 --- /dev/null +++ b/test/046_alignment_multiline_r.txt @@ -0,0 +1,15 @@ +:ARGS +-s 15x7 -a r +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/047_alignment_multiline_none.txt b/test/047_alignment_multiline_none.txt new file mode 100644 index 0000000..47d8b89 --- /dev/null +++ b/test/047_alignment_multiline_none.txt @@ -0,0 +1,16 @@ +If no alignment option is given, text is aligned left and put in the top left corner. +:ARGS +-s 15x7 +:INPUT +aaa +bbbb +ccccc +:EXPECTED +/*************/ +/* aaa */ +/* bbbb */ +/* ccccc */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/048_alignment_multiline_vertical_round_down.txt b/test/048_alignment_multiline_vertical_round_down.txt new file mode 100644 index 0000000..88c18fd --- /dev/null +++ b/test/048_alignment_multiline_vertical_round_down.txt @@ -0,0 +1,14 @@ +:ARGS +-s 15x7 -a c +:INPUT +aaa +bbbb +:EXPECTED +/*************/ +/* */ +/* aaa */ +/* bbbb */ +/* */ +/* */ +/*************/ +:EOF \ No newline at end of file diff --git a/test/049_alignment_illegal_format.txt b/test/049_alignment_illegal_format.txt new file mode 100644 index 0000000..57ac4fb --- /dev/null +++ b/test/049_alignment_illegal_format.txt @@ -0,0 +1,7 @@ +:ARGS +-a mistake +:INPUT +foo +:EXPECTED-ERROR 1 +../src/boxes: Illegal text format -- mistake +:EOF \ No newline at end of file diff --git a/test/050_alignment_multiline_nop1.txt b/test/050_alignment_multiline_nop1.txt new file mode 100644 index 0000000..ae40b4e --- /dev/null +++ b/test/050_alignment_multiline_nop1.txt @@ -0,0 +1,13 @@ +:ARGS +-s 11x7 -a c +:INPUT +XXXXX +XXXXX +XXXXX +:EXPECTED +/*********/ +/* XXXXX */ +/* XXXXX */ +/* XXXXX */ +/*********/ +:EOF \ No newline at end of file diff --git a/test/051_alignment_multiline_nop2.txt b/test/051_alignment_multiline_nop2.txt new file mode 100644 index 0000000..a330e15 --- /dev/null +++ b/test/051_alignment_multiline_nop2.txt @@ -0,0 +1,13 @@ +:ARGS +-s 11x7 -a hrvbjr +:INPUT +XXXXX +XXXXX +XXXXX +:EXPECTED +/*********/ +/* XXXXX */ +/* XXXXX */ +/* XXXXX */ +/*********/ +:EOF \ No newline at end of file diff --git a/test/052_simple_line_comment.txt b/test/052_simple_line_comment.txt new file mode 100644 index 0000000..8ec0682 --- /dev/null +++ b/test/052_simple_line_comment.txt @@ -0,0 +1,15 @@ +:ARGS +-c # +:INPUT +a + +bbb + + +:EXPECTED +# a +# +# bbb +# +# +:EOF \ No newline at end of file