mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
15 lines
170 B
Bash
15 lines
170 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
# Description
|
|
DESC="Test escaped new-lines handling."
|
|
|
|
# Run
|
|
TEST_N=5
|
|
TEST_2_TODO="bug in parser"
|
|
|
|
eval_cmd $*
|