Skip to content

Commit

Permalink
cargo make testdata-hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 13, 2023
1 parent bb24324 commit 33795c4
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 12 deletions.
Binary file modified provider/adapters/tests/data/blob.postcard
Binary file not shown.
Binary file modified provider/blob/tests/data/hello_world.postcard
Binary file not shown.
Binary file modified provider/fs/tests/data/bincode/core/helloworld@1/en-001.bincode
Binary file not shown.
Binary file modified provider/fs/tests/data/bincode/core/helloworld@1/en-002.bincode
Binary file not shown.
Binary file modified provider/fs/tests/data/bincode/core/helloworld@1/en-019.bincode
Binary file not shown.
Binary file modified provider/fs/tests/data/bincode/core/helloworld@1/en-142.bincode
Binary file not shown.
Binary file not shown.
Binary file modified provider/fs/tests/data/bincode/core/helloworld@1/en-GB.bincode
Binary file not shown.
2 changes: 1 addition & 1 deletion provider/fs/tests/data/json/core/helloworld@1/en-001.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🗺️"}
{"message":"Hello World"}
2 changes: 1 addition & 1 deletion provider/fs/tests/data/json/core/helloworld@1/en-002.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🌍"}
{"message":"Hello World"}
2 changes: 1 addition & 1 deletion provider/fs/tests/data/json/core/helloworld@1/en-019.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🌎"}
{"message":"Hello World"}
2 changes: 1 addition & 1 deletion provider/fs/tests/data/json/core/helloworld@1/en-142.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🌏"}
{"message":"Hello World"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿"}
{"message":"Hello World"}
2 changes: 1 addition & 1 deletion provider/fs/tests/data/json/core/helloworld@1/en-GB.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello from 🇬🇧"}
{"message":"Hello World"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello from 🗺️
Hello World
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello from 🌍
Hello World
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello from 🌎
Hello World
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello from 🌏
Hello World
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿
Hello World
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello from 🇬🇧
Hello World

0 comments on commit 33795c4

Please sign in to comment.