File: test_tab.sh

package info (click to toggle)
mle 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: ansic: 13,335; sh: 728; php: 228; makefile: 83
file content (13 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

extra_opts=(-t 10 -y syn_generic)
macro='tab h e l l o'
declare -A expected
expected[tab_line2]='^          hello$'
source 'test.sh'

extra_opts=(-t 10)
macro='tab h e l l o'
declare -A expected
expected[tab_line1]='^          hello$'
source 'test.sh'