diff options
Diffstat (limited to 'old-tests/attribute')
-rw-r--r-- | old-tests/attribute/buildfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old-tests/attribute/buildfile b/old-tests/attribute/buildfile new file mode 100644 index 0000000..6675894 --- /dev/null +++ b/old-tests/attribute/buildfile @@ -0,0 +1,21 @@ +#[] # error: standalone attribute sequence +#[foo] # error: standalone attribute sequence +#[[] # error: expected name instead of '[' +#[foo # error: expected ']' instead of <newline> +#[dir/file{foo}] # error: invalid attribute key +#[foo=dir/file{bar}] # error: invalid attribute key + +#[foo] print hello # error: attributes before print +#[foo]./: # error: attributes before directory scope +#{ +#} +#[foo]./: # error: attributes before target/scope +#./: [foo] buildfile # error: attributes before prerequisites +#import [foo] libz # error: attributes without variable + +#foo="F[O]O" +#[{x y z}] +#[$foo] +#["[]"] + +./: |