summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/tests/simple_p.out
blob: f5aebb0d1199ba047f085638dfa9e1fb1867dee2 (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
*** input_c1.in
--- input_c2.in
***************
*** 1,14 ****
  /*
   * A comment 
   *
!  * And another  bla
   *
!  * And yet another
   */
  
  int
  main(void)
  {
  	printf("something");
  
  	return (0);
--- 1,15 ----
  /*
   * A comment 
   *
!  * And another bla
   *
!  * and yet another
   */
  
  int
  main(void)
  {
+ 
  	printf("something");
  
  	return (0);
OpenPOWER on IntegriCloud