repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
JS
/
JsSources
/
other-arch.test.hs
blob
187a9cf73bd87a286d32164a6297e7750fbef28b
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
do
4
skipIfJavaScript
5
-- Ensure the field `js-sources` does not raise issues
6
res
<-
cabal
'
"v2-run"
[
"demo"
]
7
assertOutputContains
"Hello Not JS!"
res