mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Added folded and literal scalars.
This commit is contained in:
parent
01ef70a6f9
commit
43ea59a4ed
7 changed files with 153 additions and 23 deletions
|
@ -15,6 +15,8 @@ namespace YAML
|
|||
class DocIndicatorInQuote: public Exception {};
|
||||
class EOFInQuote: public Exception {};
|
||||
class RequiredSimpleKeyNotFound: public Exception {};
|
||||
class ZeroIndentationInBlockScalar: public Exception {};
|
||||
class UnexpectedCharacterInBlockScalar: public Exception {};
|
||||
|
||||
class UnknownEscapeSequence: public Exception {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue