/fail.sh (8c84706adba496bac3915f927a6f8ef5de63a6aa) (188 bytes) (mode 100644) (type blob)
#!/usr/bin/env bash
./pjass ../pjass-tests/common.j ../pjass-tests/Blizzard.j "$1" > /dev/null
if [[ "$?" == 0 ]]; then
echo "No error in file '$1', but there should be some"
exit 1
fi
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
1123 |
ce46009dc50383909124c943c85a78066da7aabd |
Makefile |
100644 |
blob |
185 |
38f94637da0ddc2cb0eed9f46b2f5693fbd434a4 |
check.sh |
100644 |
blob |
188 |
8c84706adba496bac3915f927a6f8ef5de63a6aa |
fail.sh |
100644 |
blob |
26460 |
732bc52d09158af9f342f51dc9852876a91c4798 |
grammar.y |
100644 |
blob |
22028 |
9151b0012ecdef5eb92fd354e48c62725e48b4fc |
misc.c |
100644 |
blob |
3473 |
db8c2e9a399ff178e268b102b6c90b7498bddbbb |
misc.h |
100644 |
blob |
1302 |
13d65e05aca85cddd2f539b14d98cfbf1c622752 |
notes.txt |
100644 |
blob |
764 |
270df8583e78c80f366a8ab431fab673d89446d5 |
readme.txt |
100644 |
blob |
5729 |
66c96e60e5fa0a5de4eadf6d1620ee6672618eed |
token.l |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/pjass
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/pjass
Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/pjass
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main