aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/macro_kwargs_test
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2023-12-07 16:07:33 -0800
committerMatthias Männich <maennich@google.com>2023-12-08 15:07:09 +0000
commit16b44b4e060da38bf5613220593fc48350a0aa80 (patch)
tree67a8bb59932347f2f12a853a20c14517dcb35fc8 /test/testdata/macro_kwargs_test
parent85b0f239303220d902ad919ff27d2da475fc12e2 (diff)
parent99421bbcd3f00f600d4bf3f14ef5917c5b671f8c (diff)
downloadstardoc-16b44b4e060da38bf5613220593fc48350a0aa80.tar.gz
Merge tag 'upstream/0.6.2' into main
Bug: 276493276 Change-Id: Ia35937702bbf7634a760801e6cf0c3d28d4436de
Diffstat (limited to 'test/testdata/macro_kwargs_test')
-rw-r--r--[-rwxr-xr-x]test/testdata/macro_kwargs_test/golden.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testdata/macro_kwargs_test/golden.md b/test/testdata/macro_kwargs_test/golden.md
index d2af867..1a9df5b 100755..100644
--- a/test/testdata/macro_kwargs_test/golden.md
+++ b/test/testdata/macro_kwargs_test/golden.md
@@ -44,7 +44,7 @@ Not much else to say.
| Name | Description | Default Value |
| :------------- | :------------- | :------------- |
| <a id="macro_with_both-name"></a>name | The name of the test rule. | none |
-| <a id="macro_with_both-number"></a>number | Some number used for important things | <code>3</code> |
+| <a id="macro_with_both-number"></a>number | Some number used for important things | `3` |
| <a id="macro_with_both-args"></a>args | Other arguments to include | none |
| <a id="macro_with_both-kwargs"></a>kwargs | Other attributes to include | none |
@@ -77,7 +77,7 @@ vel mollis eros pellentesque.
| :------------- | :------------- | :------------- |
| <a id="macro_with_kwargs-name"></a>name | The name of the test rule. | none |
| <a id="macro_with_kwargs-config"></a>config | Config to use for my macro | none |
-| <a id="macro_with_kwargs-deps"></a>deps | List of my macro's dependencies | <code>[]</code> |
+| <a id="macro_with_kwargs-deps"></a>deps | List of my macro's dependencies | `[]` |
| <a id="macro_with_kwargs-kwargs"></a>kwargs | Other attributes to include | none |
**RETURNS**