fix missing yaml file for a resolver example
This commit is contained in:
parent
9d35b773b4
commit
cd505b5fb9
|
@ -107,10 +107,12 @@ final class Resolver
|
||||||
}
|
}
|
||||||
/// Resolve scalars starting with 'A' to !_tag
|
/// Resolve scalars starting with 'A' to !_tag
|
||||||
unittest {
|
unittest {
|
||||||
|
import std.file : write;
|
||||||
import std.regex;
|
import std.regex;
|
||||||
|
|
||||||
import dyaml;
|
import dyaml;
|
||||||
|
|
||||||
|
write("example.yaml", "A");
|
||||||
|
|
||||||
auto loader = Loader("example.yaml");
|
auto loader = Loader("example.yaml");
|
||||||
auto resolver = new Resolver();
|
auto resolver = new Resolver();
|
||||||
|
|
Loading…
Reference in a new issue