pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2018-07-15
2018-07-15 10:23:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
77a282b7efc9b104afa3eb5308ac69c613ff167d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Cpp: More initial #line directive fixes.
10093:
test_any([[ class handler {mapping get_predefines() {return (["x": "1", "y": "", "z": 0]);}}; return cpp ("x y z p", "-", 0, handler());
-
]], "
#line
1
\"-\"\n1
p");
+
]], "1 p");
test_eval_error([[ class handler {mixed get_predefines() {return (<"x">);}}; cpp ("x y z", "-", 0, handler());