PHP Classes

File: tests/data/email-options.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Link to HTML   tests/data/email-options.json   Download  
File: tests/data/email-options.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Link to HTML
Convert URLs and email addresses into HTML links
Author: By
Last change:
Date: 5 years ago
Size: 927 bytes
 

Contents

Class file image Download
{ "options": { "attr": { "class": "foo" } }, "tests": [ { "test": "[email protected]", "expected": "<a href=\"mailto:[email protected]\" class=\"foo\">[email protected]</a>" }, { "test": "[email protected]", "options": { "attr": { "class": "bar" } }, "expected": "<a href=\"mailto:[email protected]\" class=\"bar\">[email protected]</a>" }, { "test": "[email protected]", "options": { "attr": { "name": "baz" }, "ignore": [ "qux" ] }, "expected": "<a href=\"mailto:[email protected]\" class=\"foo\" name=\"baz\">[email protected]</a>" } ] }