File: edit-s-noswitches.sql

package info (click to toggle)
hsqldb1.8.0 1.8.0.10%2Bdfsg-10
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,432 kB
  • sloc: java: 75,802; xml: 11,392; sql: 1,556; sh: 847; makefile: 57
file content (31 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (12)
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
/*
    $Id: edit-s-noswitches.sql,v 1.3 2004/06/17 02:50:25 unsaved Exp $

    See readme.txt in this directory for how to unit test SqlTool.

    Tests:  Command-line editing with switch command.  No subst. switches.

    HARNESS_METADATA        BEGIN         
    arg                 --noAutoFile
    requireStdoutRegex  (?m)\sMARK A\n.*Current Buffer:\nalpha beta gamma delta$
    requireStdoutRegex  (?m)\sMARK B\n.*Current Buffer:\nalphREPLbeta gamma delta$
    requireStdoutRegex  (?m)\sMARK C\n.*Current Buffer:\nalphREPLbeta g delta$
    arg                 mem 
    HARNESS_METADATA        END       
*/

/* The blank line after each command moves the command to history without
   executing it. */

alpha beta gamma delta

/* Should change nothing because case doesn't match */
\p MARK A
:s/A /REPL/

/* Should work */
\p MARK B
:s/a /REPL/

\p MARK C
:s/amma//