mirror of https://github.com/mattn/go-sqlite3.git
Update expected test output
Broken in https://github.com/mattn/go-sqlite3/pull/1085
This commit is contained in:
parent
36889e14bc
commit
8ecd96ccf8
|
@ -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