whut / smokey

Automatically exported from code.google.com/p/smokey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

33 MalformedFormatString error is returned in case of correct usage of regular expressions

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. include line in code like Regex.IsMatch(number, @"^\d{8}$")
2. valide code with smokey
3.

What is the expected output? What do you see instead?
expected - no error for this line
instead - MalformedFormatString error 

What version of the product are you using? On what operating system?
version: 1.4.4.0, OS - WindowsXP




Original issue reported on code.google.com by oskars.o...@gmail.com on 21 Oct 2008 at 6:57