pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-10
2003-04-10 19:48:13 by Martin Nilsson <mani@lysator.liu.se>
1809f886d8f519bf203857a25fb831f1c9def315 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Test #"" with different newlines.
Rev: src/testsuite.in:1.636
1:
-
test_true([["$Id: testsuite.in,v 1.
635
2003/04/
08
15
:
10
:
18
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
636
2003/04/
10
19
:
48
:
13
nilsson
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7168:
test_true(intp(__REAL_BUILD__)) test_eq(__PIKE__,1)
+
test_eq( compile_string("string a=#\"a\nb\";")()->a, "a\nb" )
+
test_eq( compile_string("string a=#\"a\r\nb\";")()->a, "a\nb" )
+
test_eq( compile_string("string a=#\"a\n\rb\";")()->a, "a\nb" )
+
// #define test_any([[ #define FOOa 1