8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
* \abc
|
|
* \abc
|
|
* \abc
|
|
<script>
|
|
foo = { bar: 'abc\"xyz\"' };
|
|
foo = { bar: 'x\'y' };
|
|
</script>
|