Compare commits
2 Commits
b75eed6b1e
...
cc83431d62
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cc83431d62 | ||
![]() |
00354ccc20 |
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ test:
|
|||||||
.PHONY: dockertest
|
.PHONY: dockertest
|
||||||
dockertest:
|
dockertest:
|
||||||
> $(MAKE) -C docker/organic_test
|
> $(MAKE) -C docker/organic_test
|
||||||
> 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"
|
> 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"
|
||||||
|
|
||||||
.PHONY: integrationtest
|
.PHONY: integrationtest
|
||||||
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)(
|
opt(parser_with_context!(comment)(
|
||||||
&without_consuming_whitespace_context,
|
&without_consuming_whitespace_context,
|
||||||
)),
|
)),
|
||||||
parser_with_context!(property_drawer)(&without_consuming_whitespace_context),
|
parser_with_context!(property_drawer)(context),
|
||||||
many0(blank_line),
|
many0(blank_line),
|
||||||
)))(input)?;
|
)))(input)?;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user