diff options
author | Damian Gryski <[email protected]> | 2022-08-22 12:36:38 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-22 23:06:14 +0200 |
commit | 80c17c0f320ca54a812d68f4077b0dda49229a62 (patch) | |
tree | 56c4d31eeedefb4f0d87580be94852cc6fef7b96 | |
parent | f6e6aca8d9fdd716f04da03b1a26da657fdfde3e (diff) | |
download | tinygo-80c17c0f320ca54a812d68f4077b0dda49229a62.tar.gz tinygo-80c17c0f320ca54a812d68f4077b0dda49229a62.zip |
testdata: add russross/blackfriday markdown parser to corpus
-rw-r--r-- | testdata/corpus.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/corpus.yaml b/testdata/corpus.yaml index d33278b87..fc0b75251 100644 --- a/testdata/corpus.yaml +++ b/testdata/corpus.yaml @@ -280,3 +280,5 @@ - repo: github.com/chewxy/math32 tags: noasm version: master +- repo: github.com/russross/blackfriday + version: v2 |