PRTEMP fake test spec changes to show effect of diffStrings

This commit is contained in:
Timothee Cour
2021-04-29 12:41:16 -07:00
parent 13fdaab911
commit 57dc8d642d
3 changed files with 5 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ function main() {
localStorage.setItem('theme', 'light');
}
}
PRTEMP FAKE
toggleSwitch.addEventListener('change', switchTheme, false);
const currentTheme = localStorage.getItem('theme') ? localStorage.getItem('theme') : null;
@@ -57,7 +57,7 @@ function main() {
}
}
window.addEventListener('DOMContentLoaded', main);
window.addEventListener('DOMContentLoaded', main); PRTEMP FAKE
</script>
</head>

View File

@@ -19,7 +19,7 @@ true
true
true
true
p has been called.
p has been called. PRTEMP FAKE VAL to show effect of diffStrings
p has been called.
implicit generic
generic

View File

@@ -1,6 +1,7 @@
discard """
output: '''
Error: cannot open 'a.nim'\31
Error: cannot open 'a.nim'
PRTEMP FAKE
Error: cannot open 'b.nim'\31
'''
targets: "c"