File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/test/java/net/sf/jsqlparser/test/select Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11package net .sf .jsqlparser .test .select ;
22
33import java .io .StringReader ;
4-
54import junit .framework .TestCase ;
65import net .sf .jsqlparser .JSQLParserException ;
76import net .sf .jsqlparser .expression .BinaryExpression ;
@@ -737,14 +736,14 @@ public void testProblemFunction2() throws JSQLParserException {
737736 String stmt = "SELECT sysdate FROM testtable" ;
738737 assertSqlCanBeParsedAndDeparsed (stmt );
739738 }
740-
739+
741740 public void testAdditionalLettersGerman () throws JSQLParserException {
742741 String stmt = "SELECT colä, colü, colö FROM testtableöäü" ;
743742 assertSqlCanBeParsedAndDeparsed (stmt );
744-
743+
745744 stmt = "SELECT colÄ, colÜ, colÖ FROM testtableÖÜÄ" ;
746745 assertSqlCanBeParsedAndDeparsed (stmt );
747-
746+
748747 stmt = "SELECT Äcol FROM testtableÖÜÄ" ;
749748 assertSqlCanBeParsedAndDeparsed (stmt );
750749 }
You can’t perform that action at this time.
0 commit comments