tests/test-contrib-check-code.t
changeset 29279 438caf194160
parent 29276 4dd530df4742
child 29397 844f72885fb9
--- a/tests/test-contrib-check-code.t	Tue May 31 21:02:30 2016 +0900
+++ b/tests/test-contrib-check-code.t	Tue May 31 21:02:30 2016 +0900
@@ -256,6 +256,10 @@
   >        'bar foo.'
   >        'bar foo:'
   >        'bar foo@'
+  >        'bar foo%'
+  >        'bar foo*'
+  >        'bar foo+'
+  >        'bar foo-'
   >        'bar')
   > EOF
   $ "$check_code" stringjoin.py
@@ -271,4 +275,16 @@
   stringjoin.py:4:
    >        'bar foo@'
    string join across lines with no space
+  stringjoin.py:5:
+   >        'bar foo%'
+   string join across lines with no space
+  stringjoin.py:6:
+   >        'bar foo*'
+   string join across lines with no space
+  stringjoin.py:7:
+   >        'bar foo+'
+   string join across lines with no space
+  stringjoin.py:8:
+   >        'bar foo-'
+   string join across lines with no space
   [1]