mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
more test files for symbol substitutions
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@395 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
parent
169541d452
commit
8ac8d98cd0
5
testing/errors/subst6.a
Normal file
5
testing/errors/subst6.a
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*=$1000
|
||||||
|
!set inner = 6
|
||||||
|
!set outer = 7
|
||||||
|
; substitutions cannot be nested
|
||||||
|
base?(?(inner)outer) nop ; -> "no string given", "syntax error"
|
5
testing/errors/subst7.a
Normal file
5
testing/errors/subst7.a
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
*=$1000
|
||||||
|
!set inner = 6
|
||||||
|
!set outer = "?(inner)"
|
||||||
|
; substitution results are not substituted again
|
||||||
|
base?(outer) nop ; -> "syntax error"
|
Loading…
Reference in New Issue
Block a user