Skip to content

Commit

Permalink
Change test regex to avoid mess with newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Feb 22, 2011
1 parent f53049c commit 734fc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.yaml
Expand Up @@ -17,7 +17,7 @@
- 'deprecated'
detection:
regex:
pir: '^\.sub.+:init.+$'
pir: '^ ".sub" .+ ":init"'

ticket: 'https://trac.parrot.org/parrot/ticket/1896'
-
Expand Down

0 comments on commit 734fc39

Please sign in to comment.