pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-02
2004-11-02 00:59:33 by Martin Stjernholm <mast@lysator.liu.se>
8b665c59b1c17c063cd6a5bb8f1bf323cb5f162b (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Test that cpp interprets 'n' as an n and not as a newline.
Rev: src/testsuite.in:1.745
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
744
2004/11/
01
03
:
06
:
03
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
745
2004/11/
02
00
:
59
:
33
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7979:
test_if_true(1) test_if_false(0)
+
test_if_true('n' == 110)
+
// #if == test_if_true(1==1) test_if_false(1==2)