mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
PRTEMP fake test spec changes to show effect of diffStrings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user