18 lines
213 B
HTML
18 lines
213 B
HTML
|
<script>
|
||
|
var pi/*/=3.1415/*/=3.14;
|
||
|
/*
|
||
|
<?xml>
|
||
|
<!doctype>
|
||
|
*/
|
||
|
/**
|
||
|
<?xml>
|
||
|
<!doctype>
|
||
|
*/
|
||
|
var template = `
|
||
|
<?xml encoding='${encoding}'>
|
||
|
<!doctype>
|
||
|
`;
|
||
|
/<?xml>/.test('<?xml>');
|
||
|
/<!doctype>/.test("<!doctype>");
|
||
|
</script>
|