Skip to content

Instantly share code, notes, and snippets.

@paveltimofeev
Last active June 23, 2016 10:42
Show Gist options
  • Save paveltimofeev/1f929a68e6444b8f1f71f27a571b0924 to your computer and use it in GitHub Desktop.
Save paveltimofeev/1f929a68e6444b8f1f71f27a571b0924 to your computer and use it in GitHub Desktop.
Fitnesse Hints &Tricks

Fitnesse Hints &Tricks

Case Sensitive regexp for FitNesse:

Use =~/(?i: ... )/

-|script|
|check| eval| "CaseInsensitive"| =~/caseinsensitive/   | # fail
|check| eval| "CaseSensitive"  | =~/(?i:casesensitive)/| # success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment