Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 0cb79e2

Browse files
Denys Smirnovdennwc
Denys Smirnov
authored andcommitted
update fixtures
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 3b7a6bf commit 0cb79e2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

fixtures/bench_nodes.js.sem.uast

+6-6
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@
522522
},
523523
Block: false,
524524
Prefix: " ",
525-
Suffix: "\x80\x9d",
525+
Suffix: "",
526526
Tab: "",
527-
Text: "of a variable to add to scope tracking. When we know that a “premature\xe2",
527+
Text: "of a variable to add to scope tracking. When we know that a “premature",
528528
},
529529
{ '@type': "uast:Comment",
530530
'@pos': { '@type': "uast:Positions",
@@ -22512,9 +22512,9 @@
2251222512
},
2251322513
Block: false,
2251422514
Prefix: " ",
22515-
Suffix: "\x80\x9d",
22515+
Suffix: "",
2251622516
Tab: "",
22517-
Text: "of a variable to add to scope tracking. When we know that a “premature\xe2",
22517+
Text: "of a variable to add to scope tracking. When we know that a “premature",
2251822518
},
2251922519
{ '@type': "uast:Comment",
2252022520
'@pos': { '@type': "uast:Positions",
@@ -24173,9 +24173,9 @@
2417324173
},
2417424174
Block: false,
2417524175
Prefix: " ",
24176-
Suffix: "\x80\x9d",
24176+
Suffix: "",
2417724177
Tab: "",
24178-
Text: "of a variable to add to scope tracking. When we know that a “premature\xe2",
24178+
Text: "of a variable to add to scope tracking. When we know that a “premature",
2417924179
},
2418024180
{ '@type': "uast:Comment",
2418124181
'@pos': { '@type': "uast:Positions",

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
1212
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
1313
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
14+
golang.org/x/text v0.3.2
1415
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
1516
google.golang.org/grpc v1.22.0 // indirect
1617
)

0 commit comments

Comments
 (0)