Skip to content

Commit

Permalink
Add test for normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Shredder121 committed Jul 19, 2016
1 parent bbabb02 commit f7fb005
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -84,6 +84,7 @@ public void Mixed() {
assertUntouched("2 + 3 * 0hours");
assertUntouched("a like '1 + 2 ' and b like '2 * 3'");
assertUntouched("xxx in ('ABC123-4567-3214-EDBD982')");
assertUntouched("xxx in ('CFD9A467-439A-4033-8176-464D3AA0E430')");
}

@Test
Expand Down

0 comments on commit f7fb005

Please sign in to comment.