mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
10 lines
117 B
Bash
Executable file
10 lines
117 B
Bash
Executable file
#! /bin/sh
|
|
# file: examples/equality_test.sh
|
|
|
|
testEquality()
|
|
{
|
|
assertEquals 1 1
|
|
}
|
|
|
|
# load shunit2
|
|
. ../src/shunit2
|