import { html } from './util/run' import { defaultExtractor } from '../src/lib/defaultExtractor' let jsxExample = "
" const input = html` ` + jsxExample const includes = [ `font-['some_font',sans-serif]`, `font-["some_font",sans-serif]`, `bg-[url('...')]`, `bg-[url("...")]`, `bg-[url('...'),url('...')]`, `bg-[url("..."),url("...")]`, `content-['hello']`, `content-["hello"]`, `[content:'hello']`, `[content:"hello"]`, `[content:"hello"]`, `[content:'hello']`, `fill-[#bada55]`, `fill-[#bada55]/50`, `px-1.5`, `uppercase`, `hover:font-bold`, `text-sm`, `text-[10px]`, `text-[11px]`, `text-blue-500`, `text-[21px]`, `text-[22px]`, `text-[31px]`, `text-[32px]`, `text-[41px]`, `text-[42px]`, `text-[51px]`, `text-[52px]`, `text-[61px]`, `text-[62px]`, `text-[71px]`, `text-[72px]`, `lg:text-[4px]`, `lg:text-[24px]`, `content-['>']`, `hover:test`, `overflow-scroll`, ] const excludes = [ `uppercase:`, 'hover:', "hover:'abc", `font-bold`, `