You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/scripts
Daniel Martí aa9767b0d2 add a regression test for #82
The test case we had didn't have a realistic-looking module path with a
dot, so we hadn't noticed the bug with IndexByte.

Fix that. We verified that the new test fails if we undo the fix.
6 years ago
..
asm.txt reduce unnecessary std imports in tests 6 years ago
basic.txt don't leak build version information via a const either 6 years ago
cgo.txt reduce unnecessary std imports in tests 6 years ago
debugdir.txt reuse a single 'go list -json -export -deps' call 6 years ago
help.txt simplify the main code flow somewhat 6 years ago
implement.txt start supporting asm functions better 6 years ago
imports.txt keep build flags when calling 'go list' 6 years ago
ldflags.txt add a regression test for #82 6 years ago
literals.txt Add xorShuffle obfuscator (#85) 6 years ago
modinfo.txt reduce unnecessary std imports in tests 6 years ago
panic.txt add runtime API to suppress printing fatal errors 6 years ago
plugin.txt support building ad-hoc plugin packages 6 years ago
seed.txt make -seed=random use the same random seed for all packages 6 years ago
syntax.txt Only obfuscate required identifiers (#79) 6 years ago
test.txt testdata: add sections to scripts/test.txt 6 years ago