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 16, 2023
1 parent 3efa28e commit 3652ac9
Show file tree
Hide file tree
Showing 20 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 World"}
{"message":"Hello from 🗺️"}
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 World"}
{"message":"Hello from 🌍"}
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 World"}
{"message":"Hello from 🌎"}
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 World"}
{"message":"Hello from 🌏"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Hello World"}
{"message":"Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿"}
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 World"}
{"message":"Hello from 🇬🇧"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
Hello from 🗺️
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
Hello from 🌍
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
Hello from 🌎
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
Hello from 🌏
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
'Hello from 🏴󠁧󠁢󠁥󠁮󠁧󠁿
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello World
Hello from 🇬🇧

0 comments on commit 3652ac9

Please sign in to comment.