add more real-world examples #37
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Get a good example of a
scrapelect
program. It would be helpful if it helped showcase a certain feature, but all examples are welcome.scrapelect
.scrp can solve, and create this scrp.scrapelect
book for help writing a program, or ask here.scrp
file in theexamples/scrps
directory, and leave a comment for what URL it's running on.src/interpreter/mod.rs
if it doesn't require an internet connectionexamples/inputs
with the same name as the.scrp
fileintegration_test!
macro at the bottom ofsrc/interpreter/mod.rs
cargo test
(it should fail) and usecargo insta
to update the snapshot in theexamples/output
directory (or move the.snap.new
to.snap
once it looks good) -- and check this file into gitSubmit a pull request! 🐱
The text was updated successfully, but these errors were encountered: