Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/percent-format/false-positive-raw.py
12921 views
1
# This file contains the text "raw]" but is NOT a percent script
2
# It should test that the regex doesn't match "raw]" anywhere in the file
3
# For example: handle raw] data or [raw] text in comments
4
5
def process():
6
return "raw]"
7
8