forked from mirror/go-sqlite3
Update expected test output
Broken in https://github.com/mattn/go-sqlite3/pull/1085
This commit is contained in:
parent
31c761827c
commit
bce3773726
|
@ -19,4 +19,4 @@ jobs:
|
|||
run: |
|
||||
cd ./_example/simple
|
||||
docker build -t simple .
|
||||
docker run simple | grep 99\ こんにちわ世界099
|
||||
docker run simple | grep 99\ こんにちは世界099
|
||||
|
|
Loading…
Reference in New Issue