-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test member with undelimited email addresses
Member has multiple email addresses. The scraper is recording these without splitting them. TODO: They need to be split with ';'s. Issue: everypolitician/everypolitician-data#33726
- Loading branch information
Oliver Denman
committed
May 18, 2017
1 parent
2dbb583
commit 316f8e2
Showing
2 changed files
with
146 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
:class: MemberPage | ||
:url: http://www.legco.gov.hk/general/english/members/yr16-20/lct.htm | ||
:to_h: | ||
:id: yr16-20/lct | ||
:term: yr16-20 | ||
:name: LAM Cheuk-ting | ||
:honorific_prefix: Hon | ||
:honorific_suffix: '' | ||
:gender: | ||
:faction: Democratic Party | ||
# TODO: Split multiple email addresses with ';' | ||
# Issue https://github.com/everypolitician/everypolitician-data/issues/33726 | ||
:email: [email protected]@[email protected] | ||
:website: '' | ||
:phone: 3611 0266 / 2650 0040 | ||
:fax: 3705 9822 / 2650 0955 | ||
:img: http://www.legco.gov.hk/images/mem_1620/lct.jpg | ||
:area: New Territories East | ||
:area_type: geographical | ||
:source: http://www.legco.gov.hk/general/english/members/yr16-20/lct.htm |