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

Side by Side 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, 5 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 unified diff | Download patch
« no previous file with comments | « recipes/engine_tests/unicode.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "echo",
5 "hi"
6 ],
7 "name": "trigger some junk",
8 "~followup_annotations": [
9 "@@@STEP_LOG_LINE@thing@h@@@",
10 "@@@STEP_LOG_LINE@thing@i@@@",
11 "@@@STEP_LOG_LINE@thing@i@@@",
12 "@@@STEP_LOG_LINE@thing@i@@@",
13 "@@@STEP_LOG_LINE@thing@i@@@",
14 "@@@STEP_LOG_LINE@thing@i@@@",
15 "@@@STEP_LOG_LINE@thing@ @@@",
16 "@@@STEP_LOG_LINE@thing@\ud83d\ude00@@@",
17 "@@@STEP_LOG_LINE@thing@\u2026@@@",
18 "@@@STEP_LOG_END@thing@@@"
19 ]
20 },
21 {
22 "name": "$result",
23 "recipe_result": null,
24 "status_code": 0
25 }
26 ]
OLDNEW
« 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