Skip to content

Commit

Permalink
Regenerate golden output (comment change).
Browse files Browse the repository at this point in the history
This is embarassing, but I forgot to regenerate one of the test
outputs after some trivial comment change.
  • Loading branch information
sbarzowski committed Jul 26, 2017
1 parent ef886a2 commit 8477f03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local
local /* bbb */ b = import "b.jsonnet"; # B comment.

// We don't really support that, it's going to be messy.
// There's an endline silently inserted before any
// There's an endline inserted before any paragraph comment.
local
/* B comment.
bbb
Expand All @@ -29,7 +29,7 @@ local
a = import "a.jsonnet"; # A comment.
local b = import "b.jsonnet"; /* BBB */

// The example above is equivalent to this one, due to fodder representation constraints
// The example above is equivalent to this one, due to fodder representation constraints.
local
/* B comment.
bbb
Expand Down

0 comments on commit 8477f03

Please sign in to comment.