Skip to content

Commit

Permalink
Support N' prefix string literal as test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshihiro Nakamura authored and Toshihiro Nakamura committed Mar 29, 2012
1 parent f1b6d51 commit a114765
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 211 deletions.
2 changes: 2 additions & 0 deletions Soma.Core.UT/SqlTest.fs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ module SqlTest =
match Sql.parse sql with SingleNode (Literal _) -> () | x -> fail x
test "'aaa'"
test "'aa''a'"
test "N'あいうえお'"
test "N'あい''うえお'"
test "123"
test "+123"
test "-123"
Expand Down
Loading

0 comments on commit a114765

Please sign in to comment.