Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilk committed Feb 6, 2020
1 parent 6b6708d commit bb4920f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ fixtures if it writes something into the server, there is nothing in
the framework that changes that.

To use data from one response to influence subsequent requests, the
framework supports datatyping literals with the `dqm:regex` datatype,
for example:
framework supports datatyping literals with the `dqm:regex` datatype
for headers and HTTP status codes, for example:

:check_acl_location_res a http:ResponseMessage ;
httph:link '<(.*?)>;\\s+rel="acl"'^^dqm:regex ;
http:status 200 .
http:status "200|204"^^dqm:regex .

This makes it possible to use a Perl regular expression, which can be
executed in a test script if desired. If present, it will supply
Expand Down

0 comments on commit bb4920f

Please sign in to comment.