Closed vorburger closed 2 years ago
I've tested it, and the dynamic-test.story example works great.
But if you inline intended blocks in a longer story it doesn't quite work, because the .story
parser is really bad; this is a similar problem to #281; I'll probably fix this together, some time.
This is easily reproducible by adding e.g. "Hello." at the start and "La Fin." at the end of dynamic-test.story - that will break parseDynamic()
of StoryParserTest
.
@edewit does dynamic-test.story, introduced in #173 work?
Can we add that to test.story to illustrate it?
295 and this are somewhat related.