Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1405)

Unified Diff: recipes/engine_tests/unicode.expected/basic.json

Issue 2088343002: improve unicode support (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Copyright Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipes/engine_tests/unicode.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/engine_tests/unicode.expected/basic.json
diff --git a/recipes/engine_tests/unicode.expected/basic.json b/recipes/engine_tests/unicode.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..19eded0f01f0cd8c5984ab063612cb4a1bb2a366
--- /dev/null
+++ b/recipes/engine_tests/unicode.expected/basic.json
@@ -0,0 +1,26 @@
+[
+ {
+ "cmd": [
+ "echo",
+ "hi"
+ ],
+ "name": "trigger some junk",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@thing@h@@@",
+ "@@@STEP_LOG_LINE@thing@i@@@",
+ "@@@STEP_LOG_LINE@thing@i@@@",
+ "@@@STEP_LOG_LINE@thing@i@@@",
+ "@@@STEP_LOG_LINE@thing@i@@@",
+ "@@@STEP_LOG_LINE@thing@i@@@",
+ "@@@STEP_LOG_LINE@thing@ @@@",
+ "@@@STEP_LOG_LINE@thing@\ud83d\ude00@@@",
+ "@@@STEP_LOG_LINE@thing@\u2026@@@",
+ "@@@STEP_LOG_END@thing@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]
« no previous file with comments | « recipes/engine_tests/unicode.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698