mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-02-06 09:55:30 +08:00
11 lines
117 B
Bash
11 lines
117 B
Bash
![]() |
#! /bin/sh
|
||
|
# file: examples/equality_test.sh
|
||
|
|
||
|
testEquality()
|
||
|
{
|
||
|
assertEquals 1 1
|
||
|
}
|
||
|
|
||
|
# load shunit2
|
||
|
. ../src/shunit2
|