blob: e65d9bf4ab827c562c763e0f5fec238a44c65b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
1. Test macro call with no parameters.
"Teapot" =
"Teapot"
2. Test macro call with one parameter.
"Left Testing Right" =
"Left Testing Right"
3. Test macro call with many parameters.
"Left x Middle y Right" =
"Left x Middle y Right"
4. Test macro call as a parameter of another macro call.
"Left Ostrich Middle Left Wombat Right Right" =
"Left Ostrich Middle Left Wombat Right Right"
5. Test expression recursive macro call.
"[X[[Walrus]]Y]" =
"[X[[Walrus]]Y]"
|