aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-06-22 14:19:31 +1000
committernyamatongwe <unknown>2012-06-22 14:19:31 +1000
commit5f10d9cc3900adb0dd2cda15c2beba095028152d (patch)
tree4a87abff815473124a1dd0e0eb307d47b1ea2cd2 /test
parent17b3153f7f0124c892d1f6f174488c3eba23c950 (diff)
downloadscintilla-mirror-5f10d9cc3900adb0dd2cda15c2beba095028152d.tar.gz
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
inside preprocessor directives. Includes code from Marko Njezic.
Diffstat (limited to 'test')
-rw-r--r--test/examples/x.cxx2
-rw-r--r--test/examples/x.cxx.styled2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/examples/x.cxx b/test/examples/x.cxx
index 7d020ba10..384997072 100644
--- a/test/examples/x.cxx
+++ b/test/examples/x.cxx
@@ -1,6 +1,6 @@
// A demonstration program
#include <stdio.h>
-#if 0
+#if 0 /* */
#define DUMMY() \
if (1);
#endif
diff --git a/test/examples/x.cxx.styled b/test/examples/x.cxx.styled
index 082c6c3e0..b602717a5 100644
--- a/test/examples/x.cxx.styled
+++ b/test/examples/x.cxx.styled
@@ -1,6 +1,6 @@
{2}// A demonstration program
{9}#include <stdio.h>
-#if 0
+#if 0 {23}/* */{9}
{73}#define DUMMY() \
if (1);
{9}#endif