summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/twentytwo.stp
diff options
context:
space:
mode:
authorhiramatu <hiramatu>2007-12-03 21:30:31 +0000
committerhiramatu <hiramatu>2007-12-03 21:30:31 +0000
commit0c218afb69ed53355a69e4264cbc5584908d65b4 (patch)
tree0a87329b516338c59d9359ff35b22b14a34d650f /testsuite/parseko/twentytwo.stp
parentb171146c8e8d4fa749b8829c47750750dc19f11c (diff)
downloadsystemtap-steved-0c218afb69ed53355a69e4264cbc5584908d65b4.tar.gz
systemtap-steved-0c218afb69ed53355a69e4264cbc5584908d65b4.tar.xz
systemtap-steved-0c218afb69ed53355a69e4264cbc5584908d65b4.zip
2007-12-03 Masami Hiramatsu <mhiramat@redhat.com>
PR 5376 * parse.cxx (lexer::scan): Treat '*' as an alphabet if the wildcard flag is true. (parser::parse_probe_point): Call parser::next() with wildcard = true. (parser::scan_pp): Add wildcard flag and pass it to lexer::scan. (parser::next): Ditto. (parser::peek): Ditto. * parse.h : Ditto. * testsuites/perseko/twentytwo.stp: Change testcase to the wildcarded probe points with spaces.
Diffstat (limited to 'testsuite/parseko/twentytwo.stp')
-rwxr-xr-xtestsuite/parseko/twentytwo.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseko/twentytwo.stp b/testsuite/parseko/twentytwo.stp
index a5434355..3b1b7d5a 100755
--- a/testsuite/parseko/twentytwo.stp
+++ b/testsuite/parseko/twentytwo.stp
@@ -1,5 +1,5 @@
#! stap -p1
-# bad wildcard
+# wildcard with space
-probe a** { }
+probe a * b { }