Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Hicks committed Apr 28, 2017
1 parent a54e611 commit 5c6e994
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions patch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,18 @@ foo: [baz]
- thud: boo
- foo: bar
- corge: grault
`,
`---
- op: replace
path: /0/foo=bar
value:
baz: quux
`,
`---
- waldo:
- thud: boo
- baz: quux
- corge: grault
`,
),
Entry("a path that begins with an object key and ends with a composite key",
Expand All @@ -329,21 +326,18 @@ waldo:
- thud: boo
- foo: bar
corge: grault
`,
`---
- op: replace
path: /waldo/foo=bar
value:
baz: quux
`,
`---
waldo:
- thud: boo
- baz: quux
corge: grault
`,
),
Entry("removes multiple entries in a single op",
Expand All @@ -360,7 +354,6 @@ qux:
`---
- op: remove
path: /waldo=fred
`,
`---
foo:
Expand Down

0 comments on commit 5c6e994

Please sign in to comment.