zoekt: 1 file / 4 matches / 0.16ms neogrok: 1 file / 4 matches

github.com/isker/neogroksrc/routes/syntax/+page.svelte 4 matches | Svelte | №1

70 (Single quotes have no special meaning in this regard.71 <ExampleQuery query="'foo bar'" /> contains two expressions, the first being72 <Expression>/&apos;foo/</Expression> and the second being
88 use <code>or</code> as a literal expression and not as an operator,89 double quote it: <ExampleQuery query={'foo "or" bar'} /> has three conjunctive90 expressions.)