Skip to content

Commit

Permalink
Fix PR requests
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 authored Oct 21, 2020
1 parent 7ea97cd commit 6650ec2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/Section Parsing Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,10 @@ Mike
]
}
```

## Parse Error
An error caused by a malformed delimiter or nested delimiters. Parse errors only occur if a delimiter is incorrectly formatted or a delimiter is nested in a reply-from-user.
An error caused by unexpected formatting. This is not found in the item but generated when the item is parsed.

### Fields
| Key | Value |
| - | - |
Expand Down Expand Up @@ -390,8 +392,8 @@ Systems Engineer, Engineering Computer Network
"type": "parse_error",
"datetime": "2020-10-16T10:44:45",
"file_path": "/home/pier/e/benne238/webqueue2/q-snapshot/aae/2",
"expected": "Did not encounter a reply-from-user ending delimiter",
"expected": "Did not encounter a reply_from_user ending delimiter",
"got": "Kris",
"line_num": 468
}
```
```

0 comments on commit 6650ec2

Please sign in to comment.