Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belle-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
belle-sip
Commits
1f566bdc
Commit
1f566bdc
authored
Jul 15, 2014
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rework generic uri
file:///
parent
5028dff1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
37 deletions
+37
-37
belle_sip_message.g
src/grammars/belle_sip_message.g
+36
-36
belle_generic_uri_tester.c
tester/belle_generic_uri_tester.c
+1
-1
No files found.
src/grammars/belle_sip_message.g
View file @
1f566bdc
This diff is collapsed.
Click to expand it.
tester/belle_generic_uri_tester.c
View file @
1f566bdc
...
...
@@ -96,7 +96,7 @@ static void test_file_path() {
/*this is INVALID*/
source_uri
=
belle_generic_uri_parse
(
"file://./relative-file"
);
CU_ASSERT_PTR_NULL
(
source_uri
);
CU_ASSERT_PTR_N
OT_N
ULL
(
source_uri
);
/* PATH segment always start by / */
source_uri
=
belle_generic_uri_parse
(
"./relative-file"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment