Add another non-breaking space

This commit is contained in:
Thomas Smith 2023-03-09 11:39:36 -05:00
parent 8c70edc6e9
commit 310c88303a

View file

@ -1,6 +1,6 @@
<script> <script>
const commands4 = [ const commands4 = [
{ input: '$ tea&nbsp;https://github.com/teaxyz/demos/blob/main/hello-universe.sh<br><br>', output: `*** Interpreters ***<br><br>`}, { input: '$&nbsp;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>`},