You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2016/05/19 17:22:54 UTC

svn commit: r1744608 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: fschumacher
Date: Thu May 19 17:22:54 2016
New Revision: 1744608

URL: http://svn.apache.org/viewvc?rev=1744608&view=rev
Log:
Small formatting changes and addition of a missing closing paren and an 'in'.

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1744608&r1=1744607&r2=1744608&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu May 19 17:22:54 2016
@@ -6043,11 +6043,11 @@ It will alow you to extract in a very ea
     <property name="Match Numbers" required="No">If the JSON Path query leads to many results, you can choose which one(s) to extract as Variables:
     <ul>
         <li><code>0</code> : means random (Default Value)</li>
-        <li><code>-1</code> means extract all results, they will be named as <code><em>variable name</em>_N</code> (where N goes from 1 to Number of results</li>
+        <li><code>-1</code> means extract all results, they will be named as <code><em>&lt;variable name&gt;</em>_N</code> (where <code>N</code> goes from 1 to Number of results)</li>
         <li><code>X</code> : means extract the X<sup>th</sup> result. If this X<sup>th</sup> is greater than number of matches, then nothing is returned. Default value will be used</li>
     </ul>
     </property>
-    <property name="Compute concatenation var" required="No">If many results are found, plugin will concat them using ‘,’ separator and store it a var named <code><em>&lt;variable name&gt;</em>_ALL</code></property>
+    <property name="Compute concatenation var" required="No">If many results are found, plugin will concat them using ‘<code>,</code>’ separator and store it in a var named <code><em>&lt;variable name&gt;</em>_ALL</code></property>
 </properties>
 <figure width="855" height="276" image="json-post-processor.png">JSON PostProcessor</figure>
 </component>