Home | History | Annotate | Download | only in tests
      1 /dts-v1/;
      2 
      3 / {
      4 	/* Some versions had an off-by-2 bug which caused an abort
      5 	 * when outputing labels within strings like this in source
      6 	 * format */
      7 	prop1: prop1 = start1: "foo", mid1: "bar" end1: ;
      8 
      9 	/* Make sure that we correctly handle source output of things
     10 	 * which could almost be expressed as strings, except for the
     11 	 * embedded labels */
     12 	prop2 = start2: [66 6f 6f], mid2: "bar" end2: ;
     13 };
     14 
     15