fix error message quoting
This commit is contained in:
parent
1f51e630d3
commit
7f4fda7ce7
5 changed files with 16 additions and 17 deletions
|
@ -212,10 +212,10 @@ make test
|
|||
|
||||
When you add support for new syntax: add some tests. If you modify or
|
||||
fix something, and it doesn't have tests, add some. If the syntax
|
||||
isn't in ANSI SQL, guard it behind a dialect flag. If you write
|
||||
support for a dialect that isn't mention, add a new dialect.
|
||||
isn't in ANSI SQL, guard it behind a dialect flag. If you add
|
||||
support for something from a new dialect, add that dialect.
|
||||
|
||||
Make sure all the tests still pass, then send a pull request on Github.
|
||||
Check all the tests still pass, then send a pull request on Github.
|
||||
|
||||
# Links
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
cabal-version: 2.2
|
||||
|
||||
name: simple-sql-parser
|
||||
version: 0.7.0
|
||||
version: 0.7.1
|
||||
|
||||
executable RenderTestCases
|
||||
main-is: RenderTestCases.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue