Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Tighten up SimpleSpec regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ieure committed Jul 3, 2015
1 parent 9f8b895 commit 6b64057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-case-mode.el
Expand Up @@ -1316,7 +1316,7 @@ configured correctly. The classpath is determined by
"import\\s +com.\\(codahale\\|simple\\).simplespec")

(defvar test-case-simplespec-extends-regexp
"extends\\s +\\w*Spec")
"extends\\s +\\w*Spec\\w*")

(defun test-case-simplespec-backend (command)
"Simplespec back-end for `test-case-mode'."
Expand Down

0 comments on commit 6b64057

Please sign in to comment.