Compare commits
No commits in common. "cc83431d62f0652d85744961f2464e02de875244" and "b75eed6b1e00da35864ed9aca31047bbadc8fc74" have entirely different histories.
cc83431d62
...
b75eed6b1e
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ test:
|
||||
.PHONY: dockertest
|
||||
dockertest:
|
||||
> $(MAKE) -C docker/organic_test
|
||||
> docker run --rm -i -t -v "$$(readlink -f ./):/.source:ro" --mount source=cargo-cache,target=/usr/local/cargo/registry -w / organic-test sh -c "cp -r /.source /source && cd /source && cargo test --lib --test test_loader"
|
||||
> docker run --rm -i -t -v "$$(readlink -f ./):/.source:ro" -w / organic-test sh -c "cp -r /.source /source && cd /source && cargo test --lib --test test_loader"
|
||||
|
||||
.PHONY: integrationtest
|
||||
integrationtest:
|
||||
|
@ -160,7 +160,7 @@ fn zeroth_section<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s s
|
||||
opt(parser_with_context!(comment)(
|
||||
&without_consuming_whitespace_context,
|
||||
)),
|
||||
parser_with_context!(property_drawer)(context),
|
||||
parser_with_context!(property_drawer)(&without_consuming_whitespace_context),
|
||||
many0(blank_line),
|
||||
)))(input)?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user