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 5def process(): 6 return "raw]" 7 8