@@ -383,16 +383,19 @@ By default pgTAP displays this names as "comment", but you're able to change thi
383383: A test name.
384384
385385This will show
386+
386387 # test: my_example_test_function_name
387388instead of
389+
388390 # my_example_test_function_name()
391+
389392This makes easy handling test name and differing test names from comments.
390393
391394I'm ok, you're not ok
392395---------------------
393396
394- The basic purpose of pgTAP--and of any TAP-emitting test framework, for that
395- matter--is to print out either "ok #" or "not ok #", depending on whether a
397+ The basic purpose of pgTAP--- and of any TAP-emitting test framework, for that
398+ matter--- is to print out either "ok #" or "not ok #", depending on whether a
396399given test succeeded or failed. Everything else is just gravy.
397400
398401All of the following functions return "ok" or "not ok" depending on whether
@@ -1419,7 +1422,7 @@ are *not* the same. The two queries can as usual be the names of prepared
14191422statements or strings containing an SQL query (see the
14201423[summary](#Pursuing+Your+Query) for query argument details), or even one of
14211424each. The two queries, however, must return results that are directly
1422- comparable -- that is, with the same number and types of columns in the same
1425+ comparable --- that is, with the same number and types of columns in the same
14231426orders. If it happens that the query you're testing returns a single column,
14241427the second argument may be an array.
14251428
@@ -1536,7 +1539,7 @@ are *not* the same, including duplicates. The two queries can as usual be the
15361539names of prepared statements or strings containing an SQL query (see the
15371540[summary](#Pursuing+Your+Query) for query argument details), or even one of
15381541each. The two queries, however, must return results that are directly
1539- comparable -- that is, with the same number and types of columns in the same
1542+ comparable --- that is, with the same number and types of columns in the same
15401543orders. If it happens that the query you're testing returns a single column,
15411544the second argument may be an array.
15421545
@@ -4935,7 +4938,7 @@ defined in `:schema` are not exactly the functions defined in `:functions`.
49354938If `:schema` is omitted, then `can()` will look for functions defined in
49364939schemas defined in the search path. No matter how many functions are listed in
49374940`:functions`, a single call to `can()` counts as one test. If you want
4938- otherwise, call `can()` once for each function -- or better yet, use
4941+ otherwise, call `can()` once for each function --- or better yet, use
49394942`has_function()`. Example:
49404943
49414944 SELECT can( 'pg_catalog', ARRAY['upper', 'lower'] );
@@ -6441,8 +6444,8 @@ user, the diagnostics will look something like:
64416444 # have: postgres
64426445 # want: root
64436446
6444- Prvileged Access
6445- ----------------
6447+ Privileged Access
6448+ -----------------
64466449
64476450So we know who owns the objects. But what about other roles? Can they access
64486451database objects? Let's find out!
@@ -8040,7 +8043,7 @@ Credits
80408043Copyright and License
80418044---------------------
80428045
8043- Copyright (c) 2008-2016 David E. Wheeler. Some rights reserved.
8046+ Copyright (c) 2008-2017 David E. Wheeler. Some rights reserved.
80448047
80458048Permission to use, copy, modify, and distribute this software and its
80468049documentation for any purpose, without fee, and without a written agreement is
0 commit comments