Fixed SPACES issue, also fixed redirection error bug in build.
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
\ limitations under the License.
|
||||
|
||||
( Tests of utils.fs )
|
||||
|
||||
e: test-.s0
|
||||
.s
|
||||
out: <0>
|
||||
@ -255,3 +256,9 @@ e: test-see-immediate
|
||||
out: 123
|
||||
out: ; IMMEDIATE
|
||||
;e
|
||||
|
||||
e: test-negative-spaces
|
||||
: foo -10 spaces ." hi" cr ;
|
||||
foo
|
||||
out: hi
|
||||
;e
|
||||
|
||||
Reference in New Issue
Block a user