non-breaking space in tea script example; un-truncated URL

This commit is contained in:
Thomas Smith 2023-03-09 10:50:17 -05:00
parent 6658ed377b
commit 12ec674e35

View file

@ -1,6 +1,6 @@
<script> <script>
const commands4 = [ const commands4 = [
{ input: '$ tea github.com/teaxyz/hello-universe.sh<br><br>', output: `*** Interpreters ***<br><br>`}, { input: '$ tea&nbsp;https://github.com/teaxyz/demos/blob/main/hello-universe.sh<br><br>', output: `*** Interpreters ***<br><br>`},
{ input: '', output: `TypeScript: Hello, World!<br>`}, { input: '', output: `TypeScript: Hello, World!<br>`},
{ input: '', output: `Go: Hello, World!<br>`}, { input: '', output: `Go: Hello, World!<br>`},
{ input: '', output: `JavaScript: Hello, World!<br>`}, { input: '', output: `JavaScript: Hello, World!<br>`},