6.23.3.5.1. Test 23: Python diff test

On-the-fly python test script follows.
Start python section from diff.ipk
   231: print 'Hello from python diff function test.'
   232: print 'Hello again from python diff function test.'
   233: print 'Hello third from python diff function test.'
   234: print 'Hello fourth from python diff function test.'
End python section from diff.ipk
Actual output follows.
Start output section of python <<temporary>>
     1: Hello from python diff function test.
     2: Hello again from python diff function test.
     3: Hello third from python diff function test.
     4: Hello fourth from python diff function test.
End output section to python <<temporary>>
On-the-fly expected output follows.
Start expected section of diff.ipk
   236: Hello from python diff function test.
   237: Hello error from python diff function test.
   238: Hello fourth from python diff function test.
   239: Hello fifth from python diff function test.
End expected section to diff.ipk
Differential follows.
ActualExpected
2:! Hello again from python diff function test.
3:! Hello third from python diff function test.
2:! Hello error from python diff function test.
4:+ Hello fifth from python diff function test.
Hmmm. There should be a difference table here.