Sign in
third-party-mirror
/
publicsuffix
/
list
/
a5ae349d1876caab44ee530de0f53963afe008c2
/
.
/
tools
/
convert_tests
blob: a9f5d51450d34ad093071c8011487dc3eb2f2cf9 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Written 2016 by Tim Ruehsen (tim dot ruehsen at gmx dot de)
#
# Convert test_psl.txt to tests.txt (sed hack)
sed
-
e
"s/checkPublicSuffix('*\([^']*\)'*, '*\([^']*\)'*);/\1 \2/g"
test_psl
.
txt
>
tests
.
txt