Branch: Tag:

2018-07-15

2018-07-15 10:23:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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());