sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

test-edit.sh (307B)


      1 #!/bin/bash
      2 
      3 ble-import lib/core-test
      4 
      5 ble/test/start-section 'ble/edit' 2
      6 
      7 (
      8   ble/test "_ble_edit_str=$'echo\nhello\nworld' ble-edit/content/find-logical-eol 13 -1" exit=0 ret=10
      9   ble/test "_ble_edit_str=$'echo\nhello\nworld' ble-edit/content/find-logical-bol 13 -1" exit=0 ret=5
     10 )
     11 
     12 ble/test/end-section