aboutsummaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-12 15:21:08 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-04-12 15:21:08 +0900
commitbecba507595aaf6940af662c9096dbabe50baba4 (patch)
tree58d9fdae2c26d82e04f3fcafc4358b99109f0e70 /testcase
parent706c27ff12c09b899dce19992feac315cae6073b (diff)
downloadkati-becba507595aaf6940af662c9096dbabe50baba4.tar.gz
[C++] Strip a trailing \r
Diffstat (limited to 'testcase')
-rw-r--r--testcase/crlf_after_directive.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/testcase/crlf_after_directive.mk b/testcase/crlf_after_directive.mk
new file mode 100644
index 0000000..93d6e96
--- /dev/null
+++ b/testcase/crlf_after_directive.mk
@@ -0,0 +1,7 @@
+ifdef foo
+else
+$(info PASS)
+endif
+
+define foo
+endef