aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/c/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/c/string.c')
-rw-r--r--lua/tests/indent/c/string.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/tests/indent/c/string.c b/lua/tests/indent/c/string.c
new file mode 100644
index 000000000..2d5177e00
--- /dev/null
+++ b/lua/tests/indent/c/string.c
@@ -0,0 +1,5 @@
+const char *a = "hello \
+world";
+
+const char *b = "hello "
+ "world";