Sha256: 9381cb6b8e60bd8cd7cb8d4ead5bc9a89d87f9f65a8c12c67a688fbbb6f658a8

Contents?: true

Size: 340 Bytes

Versions: 5

Compression:

Stored size: 340 Bytes

Contents

# ********************************************************
# This tests the edit command
# ********************************************************
set debug testing
# Edit using current line position.
edit
edit 7
edit ../example/gcd.rb 5
# File should not exist
edit foo
# Add space to the end of 'edit'
edit 
edit ../example/gcd.rb
quit!

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rb8-trepanning-0.1.5 test/data/edit.cmd
rb8-trepanning-0.1.4 test/data/edit.cmd
rb8-trepanning-0.1.3 test/data/edit.cmd
rb8-trepanning-0.1.3-universal-ruby-1.9.2 test/data/edit.cmd
rb8-trepanning-0.1.3-universal-ruby-1.8.7 test/data/edit.cmd