summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/tests/unified_c9999.out
blob: 87f439463e5dfb42e4ce128cc9246227cf7dc277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** input_c1.in
--- input_c2.in
***************
*** 1,15 ****
  /*
   * A comment 
   *
!  * And another  bla
   *
!  * And yet another
   */
  
  int
  main(void)
  {
  	printf("something");
  
  	return (0);
  }
--- 1,16 ----
  /*
   * A comment 
   *
!  * And another bla
   *
!  * and yet another
   */
  
  int
  main(void)
  {
+ 
  	printf("something");
  
  	return (0);
  }
OpenPOWER on IntegriCloud