1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

* Bug fix in parsing of /* ... */ comments; due to longest match

regexp there could be only one such comment per file.
This commit is contained in:
Eelco Dolstra 2004-10-27 13:00:31 +00:00
parent 463e2817c5
commit 3277c9432a
4 changed files with 14 additions and 2 deletions

View file

@ -27,7 +27,7 @@ TESTS = init.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \
XFAIL_TESTS =
foo:
langtests:
$(TESTS_ENVIRONMENT) ./lang.sh
include ../substitute.mk