mirror of https://github.com/citusdata/citus.git
Normalize tests: Remove trailing whitespace
parent
6353c9907f
commit
7730bd449c
|
@ -63,9 +63,9 @@ s/"(ref_table_[0-9]_|ref_table_[0-9]_value_fkey_)[0-9]+"/"\1xxxxxxx"/g
|
||||||
# Line info varies between versions
|
# Line info varies between versions
|
||||||
/^LINE [0-9]+:.*$/d
|
/^LINE [0-9]+:.*$/d
|
||||||
/^ *\^$/d
|
/^ *\^$/d
|
||||||
#
|
|
||||||
## Remove trailing whitespace
|
# Remove trailing whitespace
|
||||||
#s/ *$//g
|
s/ *$//g
|
||||||
#
|
#
|
||||||
## pg12 changes
|
## pg12 changes
|
||||||
#s/Partitioned table "/Table "/g
|
#s/Partitioned table "/Table "/g
|
||||||
|
|
Loading…
Reference in New Issue