From 3238b147ebaf6cfb04181176f9b1999d8dcfa7d9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 16 Dec 2013 11:14:02 -0700 Subject: [PATCH] Add comments that re tests can be commented in col 7 --- t/re/re_tests | 2 +- t/re/regexp.t | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/t/re/re_tests b/t/re/re_tests index 633f561..5033060 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -5,7 +5,7 @@ # could not go in this file, and were farmed out to other .t's, where they # remain # -# pat string y/n/etc expr expected-expr skip-reason +# pat string y/n/etc expr expected-expr skip-reason comment __END__ abc abc y $& abc abc abc y $-[0] 0 diff --git a/t/re/regexp.t b/t/re/regexp.t index 151e8e5..ac211ca 100644 --- a/t/re/regexp.t +++ b/t/re/regexp.t @@ -31,6 +31,8 @@ # Column 6, if present, contains a reason why the test is skipped. # This is printed with "skipped", for harness to pick up. # +# Column 7 can be used for comments +# # \n in the tests are interpolated, as are variables of the form ${\w+}. # # Blanks lines are treated as PASSING tests to keep the line numbers -- 2.7.4