* Fix #891

* update tests; artifacts for previous commit
This commit is contained in:
John Kerl 2022-01-20 13:34:58 -05:00 committed by GitHub
parent 033067e49b
commit b6bad96caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 23 deletions

View file

@ -2240,10 +2240,10 @@ FUNCTIONS FOR FILTER/PUT
(class=typing #args=1) True if argument is not a map.
is_not_null
(class=typing #args=1) False if argument is null (empty or absent), true otherwise.
(class=typing #args=1) False if argument is null (empty, absent, or JSON null), true otherwise.
is_null
(class=typing #args=1) True if argument is null (empty or absent), false otherwise.
(class=typing #args=1) True if argument is null (empty, absent, or JSON null), false otherwise.
is_numeric
(class=typing #args=1) True if field is present with value inferred to be int or float
@ -3086,5 +3086,5 @@ SEE ALSO
2022-01-16 MILLER(1)
2022-01-20 MILLER(1)
</pre>

View file

@ -2219,10 +2219,10 @@ FUNCTIONS FOR FILTER/PUT
(class=typing #args=1) True if argument is not a map.
is_not_null
(class=typing #args=1) False if argument is null (empty or absent), true otherwise.
(class=typing #args=1) False if argument is null (empty, absent, or JSON null), true otherwise.
is_null
(class=typing #args=1) True if argument is null (empty or absent), false otherwise.
(class=typing #args=1) True if argument is null (empty, absent, or JSON null), false otherwise.
is_numeric
(class=typing #args=1) True if field is present with value inferred to be int or float
@ -3065,4 +3065,4 @@ SEE ALSO
2022-01-16 MILLER(1)
2022-01-20 MILLER(1)

View file

@ -1464,13 +1464,13 @@ is_not_map (class=typing #args=1) True if argument is not a map.
### is_not_null
<pre class="pre-non-highlight-non-pair">
is_not_null (class=typing #args=1) False if argument is null (empty or absent), true otherwise.
is_not_null (class=typing #args=1) False if argument is null (empty, absent, or JSON null), true otherwise.
</pre>
### is_null
<pre class="pre-non-highlight-non-pair">
is_null (class=typing #args=1) True if argument is null (empty or absent), false otherwise.
is_null (class=typing #args=1) True if argument is null (empty, absent, or JSON null), false otherwise.
</pre>

View file

@ -712,8 +712,7 @@ func helpByApproximateSearchOne(thing string) bool {
}
if !found {
fmt.Printf("No help found for \"%s\". Please try 'mlr help find %s' for approximate match.\n", thing, thing)
fmt.Printf("See also 'mlr help topics'.\n")
fmt.Printf("No help found for \"%s\". See also 'mlr help topics'.\n", thing)
}
return found
}

View file

@ -2219,10 +2219,10 @@ FUNCTIONS FOR FILTER/PUT
(class=typing #args=1) True if argument is not a map.
is_not_null
(class=typing #args=1) False if argument is null (empty or absent), true otherwise.
(class=typing #args=1) False if argument is null (empty, absent, or JSON null), true otherwise.
is_null
(class=typing #args=1) True if argument is null (empty or absent), false otherwise.
(class=typing #args=1) True if argument is null (empty, absent, or JSON null), false otherwise.
is_numeric
(class=typing #args=1) True if field is present with value inferred to be int or float
@ -3065,4 +3065,4 @@ SEE ALSO
2022-01-16 MILLER(1)
2022-01-20 MILLER(1)

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2022-01-16
.\" Date: 2022-01-20
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2022-01-16" "\ \&" "\ \&"
.TH "MILLER" "1" "2022-01-20" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -3242,7 +3242,7 @@ gmt2sec("2001-02-03T04:05:06Z") = 981173106
.RS 0
.\}
.nf
(class=typing #args=1) False if argument is null (empty or absent), true otherwise.
(class=typing #args=1) False if argument is null (empty, absent, or JSON null), true otherwise.
.fi
.if n \{\
.RE
@ -3251,7 +3251,7 @@ gmt2sec("2001-02-03T04:05:06Z") = 981173106
.RS 0
.\}
.nf
(class=typing #args=1) True if argument is null (empty or absent), false otherwise.
(class=typing #args=1) True if argument is null (empty, absent, or JSON null), false otherwise.
.fi
.if n \{\
.RE

View file

@ -1,2 +1 @@
No help found for "nonesuch". Please try 'mlr help find nonesuch' for approximate match.
See also 'mlr help topics'.
No help found for "nonesuch". See also 'mlr help topics'.

View file

@ -1,5 +1,4 @@
No help found for "nonesuch". Please try 'mlr help find nonesuch' for approximate match.
See also 'mlr help topics'.
No help found for "nonesuch". See also 'mlr help topics'.
asin (class=math #args=1) Inverse trigonometric sine.
asinh (class=math #args=1) Inverse hyperbolic sine.
sin (class=math #args=1) Trigonometric sine.

View file

@ -2,5 +2,4 @@
Use CSV format for input and output data.
--csvlite
Use CSV-lite format for input and output data.
No help found for "--csv". Please try 'mlr help find --csv' for approximate match.
See also 'mlr help topics'.
No help found for "--csv". See also 'mlr help topics'.