From ec9ab0ba6d0e28fc63f9ff28135ec9911ffa882b Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Wed, 10 Jun 2015 11:57:33 +0200 Subject: Prefixed all tokens with T_ to prevent collisions with macros. Identifier names like "IN" and "AS" have a high probability of being defined by certain platforms as macros, esp. with Visual Studio. Change-Id: I1fbc0ae33f94387b83377181b6012683a418459a Reviewed-by: Simon Hausmann --- tests/auto/xmlpatterns/stderrBaselines/PassininvalidURI.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/xmlpatterns/stderrBaselines/PassininvalidURI.txt b/tests/auto/xmlpatterns/stderrBaselines/PassininvalidURI.txt index eab49d4..2a38e1c 100644 --- a/tests/auto/xmlpatterns/stderrBaselines/PassininvalidURI.txt +++ b/tests/auto/xmlpatterns/stderrBaselines/PassininvalidURI.txt @@ -1 +1 @@ -Error XPST0003 in data:application/xml;base64,PGUvg===, at line 1, column 3: syntax error, unexpected unknown keyword, expecting POSITION_SET +Error XPST0003 in data:application/xml;base64,PGUvg===, at line 1, column 3: syntax error, unexpected unknown keyword, expecting T_POSITION_SET -- cgit v1.2.1