Closed milkshakeuk closed 2 years ago
5 files 5 suites 19s :stopwatch: 1 150 tests 1 062 :heavy_check_mark: 88 :zzz: 0 :x: 2 134 runs 2 030 :heavy_check_mark: 104 :zzz: 0 :x:
Results for commit d9242ab3.
:recycle: This comment has been updated with latest results.
@AMCN41R if you get chance could you have a quick look at this?
Looks like its always been a bug in nHapi due to the miss understanding of how regex in java vs C#, see below for a brief description of the difference.
The following in java...
does not behave the same as the following in C#:
in java the regular expression pattern must evaluate to a match on the entire candidate where as in C# the regular expression pattern must evaluate to a match within the candidate.
This is what causes the bug described in #319