File tree 1 file changed +0
-22
lines changed
crates/pgt_workspace/src/workspace/server
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -807,28 +807,6 @@ mod tests {
807
807
assert_document_integrity ( & d) ;
808
808
}
809
809
810
- #[ test]
811
- fn issue_303 ( ) {
812
- let path = PgTPath :: new ( "test.sql" ) ;
813
- let input = "create table \" test\" " ;
814
-
815
- let mut d = Document :: new ( PgTPath :: new ( "test.sql" ) , input. to_string ( ) , 0 ) ;
816
-
817
- assert_eq ! ( d. positions. len( ) , 1 ) ;
818
-
819
- let change = ChangeFileParams {
820
- path : path. clone ( ) ,
821
- version : 1 ,
822
- changes : vec ! [ ChangeParams {
823
- text: "" . to_string( ) ,
824
- range: Some ( TextRange :: new( 18 . into( ) , 19 . into( ) ) ) ,
825
- } ] ,
826
- } ;
827
-
828
- assert_eq ! ( d. content, "create table \" test" ) ;
829
- assert_document_integrity ( & d) ;
830
- }
831
-
832
810
#[ test]
833
811
fn across_statements ( ) {
834
812
let path = PgTPath :: new ( "test.sql" ) ;
You can’t perform that action at this time.
0 commit comments