Skip to content

Commit 7f5d9af

Browse files
committed
处理测试引入
1 parent f761ecb commit 7f5d9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
</li>
1818
</ul>
1919
</div>
20-
<script src="php.js"></script>
20+
<script src="../php.js"></script>
2121
<script type="text/javascript">
2222
var $data = { d: 'lemon', a: 'orange', b: 'banana', c: 'apple' }
2323
array.arsort($data)
2424
var $result = $data
2525
</script>
2626
</body>
2727

28-
</html>
28+
</html>

0 commit comments

Comments
 (0)