Commit 20df7ef
committed
Bugfix: count value-containing document nodes
During `enum` deserialization, we expect to find exactly one document
node. The deserializer was erroneously counting both comment- and value-
containing nodes.
Signed-off-by: Chris Frantz <[email protected]>1 parent 32aa332 commit 20df7ef
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
414 | 419 | | |
415 | 420 | | |
416 | 421 | | |
| |||
0 commit comments