File: javascript_expected_diff

package info (click to toggle)
diffoscope 297
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,304 kB
  • sloc: python: 17,166; sh: 114; makefile: 97; xml: 36; javascript: 2
file content (13 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
@@ -1,8 +1,8 @@
 function test(str) {
     alert(str);
-    prompt(str, "TEST1")
+    prompt(str, "TEST2")
 }
 x = 1;
-y = 2;
-z = /.+/;
-d = [2015, 2016]; //comment
+y = 3;
+z = /.*/;
+d = [2015, 2016, 2017]; //comment