YAML.jl
YAML.jl copied to clipboard
[Bug Fix, No Breaking] Rewrite `forwardchars!(::TokenStream, ::Integer)`.
- Bug fix. Current implementation is broken but doesn't fail tests fortunately (or unfortunately?).
- Change to use
yaml_1_1_prefix for YAML 1.1'sforwardchars!. - Add
yaml_1_2_forwardchars!for YAML 1.2'sforwardchars!. - Add some helper functions for
forwardchars!:-
forwardchar_skip! -
forwardchar_nobreak! -
forwardchar_breakline!
-
Now depends on #225.
I made a mistake with the Git operation.
Where does this one stand?