diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-04 08:11:42 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-04 08:11:42 +0000 |
commit | 066472cf2c608f2134ccab0b677adb9af872c521 (patch) | |
tree | 2db69e60c5791651ba28550cd16c24f7807ada64 /regress/usr.bin/dc/t12.in | |
parent | b8d0aaee5832dbe3573e099413c8d983768cbbc5 (diff) |
Test r operator.
Diffstat (limited to 'regress/usr.bin/dc/t12.in')
-rw-r--r-- | regress/usr.bin/dc/t12.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/usr.bin/dc/t12.in b/regress/usr.bin/dc/t12.in new file mode 100644 index 00000000000..b3a0faabaac --- /dev/null +++ b/regress/usr.bin/dc/t12.in @@ -0,0 +1,9 @@ +1 2 rf +[a] [b] rf +[c] 3 rf +c +r +1 +r +2 +rf |