From 61714acbe5c4734ec9d97f3de61ac5c00e5b7437 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 16 Jun 2017 07:21:33 +0200 Subject: [PATCH] doc: add hasIntl to test/common/README.md Commit d7e4ae1eb01c618404452f9b351efc4710b1c127 ("test: add common.hasIntl") added common.hasIntl but I was not able to find it in the README.md so this commit adds it. PR-URL: https://github.com/nodejs/node/pull/13699 Reviewed-By: Gibson Fahnestock Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- test/common/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/common/README.md b/test/common/README.md index 3e1e1bbe9c96af..785b7c977d32a6 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -106,6 +106,11 @@ Checks for 'openssl'. Checks `hasCrypto` and `crypto` with fips. +### hasIntl +* return [<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) + +Checks if [internationalization] is supported. + ### hasIPv6 * return [<Boolean>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) @@ -322,3 +327,4 @@ implementation with tests from [W3C Web Platform Tests](https://github.com/w3c/web-platform-tests). [MDN-Function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Normal_objects_and_functions +[internationalization]: https://github.com/nodejs/node/wiki/Intl